.right-bar ul li .code-info{
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    color: #205086;
    position: absolute;
    bottom: 5px;
    right: 60px;
}
.right-bar ul li .more img.code-img{
	position: relative;
    width: 85px;
    margin: 5px;
}
.test_triangle_border .timeSeconds-word{
	font-size: 16px;
	color: #fff;
	background: #205086;
	width: 116px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	float: right;
	cursor: pointer;
}
.test_triangle_border .close-icon{
	width: 30px;
	height: 30px;
	background: url(../img/close-img.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.test_triangle_border .popup-word{
	background: url(../img/talk.png) no-repeat left center;
	padding: 5px 0px 5px 40px;
    cursor: pointer;
}
.test_triangle_border .popup{
	font-size: 16px;
	color: #2d5082;
	background: #f6f7f9;
	border: 1px solid #d9e1ea;
	padding: 20px 25px;
	position: absolute;
	bottom: 65px;
	right: 0;
	width: 255px;
	display: none;
}
.test_triangle_border .popup span{
    display:block; 
    width:0; 
    height:0; 
	border-width: 11px 11px 0;
    border-style: solid;
    border-color: #d9e1ea transparent transparent;
    position:absolute; 
    bottom:-10px; 
    right:20%;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
    z-index: 1;
}
.test_triangle_border .popup em{
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #f6f7f9 transparent transparent;
    position: absolute;
    top: -11px;
    left: -10px;
    z-index: 2;
}
